/ Assembly List / LJCWinFormCommon / FormCommon / CreateGradient

Namespace - LJCWinFormCommon


Parameters
graphics - The graphics object.
clientRectangle - The target rectangle.
beginColor - The begin color.
endColor - The end color.

Syntax

C#
public static Void CreateGradient(Graphics graphics, Rectangle clientRectangle, Color beginColor, Color endColor)

Draws a gradient in the specified rectangle.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.